―――――――――――――――――――――――――
　テーマ一括変換プラグインに組み込む際の注意点
―――――――――――――――――――――――――

こちらのメッセージウィンドウをテーマ一括変換プラグインに組み込む場合
画像を上書きしただけではテキストの表示位置がずれてしまいます。

init.ksを開いて「メッセージウィンドウの設定」と「名前枠の設定」を修正します。
ご利用のフォントによっては微調整が必要な場合がございますのでご留意ください

;メッセージウィンドウの設定
[position layer="message0" width="1200" height="192" top="484" left="40"]
[position layer="message0" frame="../others/plugin/theme_kopanda_bth_03/image/frame_message.png" margint="55" marginl="120" marginr="120" opacity="&mp.frame_opacity" page="fore"]

;名前枠の設定
[ptext name="chara_name_area" layer="message0" color="&mp.name_color" size="24" x="140" y="490" width="340" align="center"]
[chara_config ptext="chara_name_area"]


また、メッセージウィンドウのサイズ自体が変わっているため
ウィンドウ右上に配置しているメッセージ非表示ボタンの位置調整も必要となります。
こちらもinit.ksを開いて「機能ボタンを表示するマクロ」を下記のとおり修正します。

;メッセージウィンドウ非表示ボタン
[button name="role_button" role="window" graphic="../others/plugin/theme_kopanda_bth_03/image/button/close.png" enterimg="../others/plugin/theme_kopanda_bth_03/image/button/close2.png" x="1200" y="520"]